home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
reqtoolsdev.lha
/
ReqTools
/
Glue
/
SAS-C
/
LibSource.lha
/
src
/
rtAllocRequestA.asm
< prev
next >
Wrap
Assembly Source File
|
1993-08-25
|
196b
|
17 lines
SECTION "text",CODE
INCLUDE "reqtools.i"
XDEF _rtAllocRequestA
_rtAllocRequestA:
move.l a6,-(a7)
GETRTBASE
movem.l 8(a7),d0/a0
jsr _LVOrtAllocRequestA(a6)
move.l (a7)+,a6
rts
END